Satyajit Sarangi bio photo

Satyajit Sarangi

I am a software engineer currently residing in Bay Area.

Email Twitter LinkedIn Github Stackoverflow

Posts Tagged “type verifier”

Posts Tagged “type verifier”

A Simple Type Verifier for Python Functions using Decorators

python3 python decorators type verifier


January 8, 2016 . .
A Simple Type Verifier for Python Functions using Decorators. Type verification is useful in debugging or when code is written to handle only a specific set of types.